home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / montracd.dxr / 00181.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  140 b   |  12 lines

  1. on mouseUp
  2.   global act1
  3.   set act1 to 0
  4.   if soundBusy(2) = 1 then
  5.     onVis(27)
  6.   else
  7.     InVis(27)
  8.   end if
  9.   onVis(26)
  10.   InVis(30)
  11. end
  12.